home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / unity320.zip / README.TOO < prev    next >
Text File  |  1991-07-05  |  4KB  |  91 lines

  1.  
  2.                      GETTING STARTED QUICKLY
  3.  
  4. This document is to help you to get started with Unity
  5. Programmer's Editor as quickly as possible.
  6.  
  7. As released, Unity is preconfigured for Turbo Pascal 5.x, Turbo
  8. Assembler 2.0, Turbo Debug, Turbo Profile, Touch, and Grep.
  9.  
  10. To install a new tool that is included in the automatic
  11. configuration database follow these steps.  If you are using a
  12. compiler or assembler that is not included in the database then
  13. skip down this document until you find the section marked
  14. "INSTALLING NEW COMPILERS".
  15.  
  16. The automatic configuration database includes information about
  17. the following tools (and may have more):
  18.  
  19.         Turbo Pascal (5.x or 6.0)
  20.         Turbo Assembler
  21.         Turbo C++
  22.         Turbo Debugger
  23.         Turbo Profiler
  24.         Microsoft Masm
  25.         QuikByte Pascal & Linker
  26.         A86 & D86
  27.         Grep
  28.         Touch
  29.         Oberon-M
  30.         Realia Cobol
  31.  
  32.  
  33. To install one of these tools perform the following steps:
  34.  
  35.  1. Run UINST (make sure UNITY.ACG is in the current
  36.     subdirectory).
  37.  2. Select the tool number you wish to install the program as
  38.     (1-10).
  39.  3. Press F2 to list the database contents.
  40.  4. Use the cursor keys to highlight the tool you wish to
  41.     install and press RETURN to select it.
  42.  5. Continue from step 2 until you have installed all tools you
  43.     need.
  44.  6. Press ESC to exit tool installation and start keyboard
  45.     installation.
  46.  7. Use the cursor keys to select a command you wish to change
  47.     the keystroke for (most likely all of the tools you have
  48.     installed).
  49.  8. Press RETURN to edit the keystroke.  If a key is already
  50.     installed use BACKSPACE to remove it.
  51.  9. Press the key(s) you wish to active the command.
  52.  10. Press RETURN to finish the key editing for that command, ESC
  53.      to cancel and restore the original values.
  54.  11. Repeat from step 7 for all commands you wish to edit.
  55.  12. Press ESC to end keyboard installation.
  56.  13. Press "U" to save the changes ("Q" to quit without saving
  57.      the changes).
  58.  14. If you wish a keyboard quick reference guide press "Y" to
  59.      the prompt or "N" if you do not wish one.
  60.  15. If UNITY.TXT is in the current directory and you have made any
  61.      changes the help file (UNITY.HLP) will be rebuilt to reflect
  62.      the changes.  You may want to modify UNITY.TXT to include
  63.      information about the tools you have installed.
  64.   16. If you have an EGA, VGA, or Trident VGA video adapater
  65.       rename the appropriate video device driver (*.VID) to
  66.       UNITY.VID.  This will allow video modes other than 80x25.
  67.  
  68. ==================================================================
  69.  
  70.                     INSTALLING NEW COMPILERS
  71.  
  72. If you wish to use Unity with a compiler or assembler that is not
  73. already included in the automatic installation database (see
  74. above), you may need to do a little programming.  Read the
  75. document entitled FILTERS.TXT.  This explains how to write an
  76. error message filte program.  Note that FERROR.EXE, which is
  77. included with this package, already supports many different
  78. compilers and assemblers, including virually all programs
  79. produced by Microsoft.
  80.  
  81. I will be happy to assist you in your efforts to create custom
  82. error filters, so long as you agree to send me a copy and allow
  83. me to make it available to other users of Unity.
  84.  
  85. After creating an error filter read the document UINST.DOC and
  86. procede with manual installation of your program.
  87.  
  88. The installation process for non-compiler type tools is much
  89. simpilier as an error filter is not required.  Simply read
  90. UINST.DOC and procede with the simple setup procedure.
  91.